home *** CD-ROM | disk | FTP | other *** search
- Bookit Bookit
-
- NAME
- Bookit -- CDTV configuration/bookmark reader utility
-
- SYNOPSIS
- Bookit [ bjvcsl ]
-
- FUNCTION
- This program configures CDTV options based on the contents of the
- CDTVPrefs bookmark, stored in non-volatile RAM. This program
- ideally should be part of the Startup-Sequence. The options are:
-
- b: Sets Workbench screen and pointer colors to black. This is
- helpful in presenting a blank screen after taking down the
- CDTV trademark, rather than the jarring blue Workbench
- screen.
-
- NOTE: Workbench must be the only screen open for this to
- operate properly.
-
- j: Installs the Joy/Mouse rerouting task, which takes joystick
- events on gameport 1 and feeds them down the input.device
- food chain as mouse events. This makes applications immune
- to the state of the IR remote's JOY/MOUSE button.
-
- For more details, see the autodoc
- playerprefs.library/InstallJoyMouse.
-
- v: Centers the Intuition View based on the user's centering
- stored in the bookmark. It is highly recommended that all
- CDTV titles make use of this option.
-
- c: Starts the system's key click task with default settings.
- This will cause a small "BEEP!" to be emitted each time the
- user presses a key or mouse button.
-
- For more details, see the autodocs
- playerprefs.library/InstallKeyClick and
- playerprefs.library/KeyClickCommand
-
- s: Starts the system's screen saver task with default settings.
- The time delay is taken from the CDTVPrefs bookmark.
-
- For more details, see the autodocs
- playerprefs.library/InstallScreenSaver and
- playerprefs.library/ScreenSaverCommand
-
- l: Sets the LACE bit in GfxBase.system_bplcon0. This will
- cause all Views to come up interlaced. This is useful for
- recording more reliably to VCR's. This operation is
- identical to the old PD program 'SetLace.'
-
- NOTES
- The options 'c,' 's,' and 'l' will have no effect if the user has
- not enabled the corresponding item in CDTVPrefs. We strongly
- recommend all CDTV titles make use of the 'c,' 's,' and 'l' options
- which will guarantee configuring the system to the users
- preferences.
-
- EXAMPLE
- Bookit cslv ; Recommended defaults
- Bookit cslvj ; Defaults plus joy/mouse rerouter
-
- AUTHOR
- Leo L. Schwab
- Designed by Sassenrath/Reichart/Ware
-
- BUGS
-
- SEE ALSO
- playerprefs.library/InstallJoyMouse,
- playerprefs.library/RemoveJoyMouse,
- playerprefs.library/InstallKeyClick,
- playerprefs.library/KeyClickCommand,
- playerprefs.library/InstallScreenSaver,
- playerprefs.library/ScreenSaverCommand
-
-